CyclicBuffer.opDollar

  1. size_t length()
  2. alias opDollar = length
    struct CyclicBuffer(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T)
    alias opDollar = length

Return Value

the number of items in the buffer.

Meta